home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / cli / LibMon.lha / Src / version.h < prev   
Encoding:
C/C++ Source or Header  |  1997-10-28  |  178 b   |  10 lines

  1. #ifndef LIBMON_VERSION_H
  2. #define LIBMON_VERSION_H
  3.  
  4. /* Version information */
  5. #define PROG_DATE    __DATE__
  6. #define PROG_VER    "2"
  7. #define PROG_REV    "10"
  8.  
  9. #endif /* LIBMON_VERSION_H */
  10.